home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / seven.dxr / raven_50_choose exit to trees sound.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  520 b   |  20 lines

  1. on exitFrame
  2.   global cQuickTimeChannel, gPrevScreen
  3.   MaxTracks = trackCount(sprite(cQuickTimeChannel))
  4.   if MaxTracks > 2 then
  5.     repeat with i = 2 to MaxTracks
  6.       setTrackEnabled(sprite(cQuickTimeChannel), i, 0)
  7.     end repeat
  8.   end if
  9.   if gPrevScreen contains "781" then
  10.     setTrackEnabled(sprite(cQuickTimeChannel), 3, 1)
  11.   else
  12.     setTrackEnabled(sprite(cQuickTimeChannel), 2, 1)
  13.   end if
  14.   repeat with i = 1 to 4
  15.     sound stop i
  16.   end repeat
  17.   puppetSound(0)
  18.   sprite(cQuickTimeChannel).movieRate = 1
  19. end
  20.